home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
StereoScope-3.2
/
SterOptikonApp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-26
|
378 b
|
17 lines
#import <appkit/Application.h>
#import <sys/param.h> //for MAXPATHLEN
@interface SterOptikonApp:Application
{
char appDirectory[MAXPATHLEN]; /* The path to the application */
char openFileName[MAXPATHLEN];
}
+ new;
- (const char *)appDirectory;
- (BOOL)appAcceptsAnotherFile:sender;
- (int)openFile:(const char *)filename ok:(int *)flag;
- (char *)getInitialFile;
@end